home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / BUS / DynRisk 68k 4.01 demo.sit / DynRisk-Help.rsrc / TEXT_4206.txt < prev    next >
Text File  |  1996-08-30  |  2KB  |  50 lines

  1. Operators
  2.  
  3. In the 窶廾perators窶 view you control the algorithmic settings of a node. These settings describe how the node combines input values and local values when the output value of the node is calculated.
  4.  
  5. The 窶廣lgorithm窶 popup menu is used to choose the fundamental structure of the calculations. The following options are available:
  6.  
  7.     窶「 Local only
  8.     窶「 Global only
  9.     窶「 Single
  10.     窶「 Double
  11.     窶「 Correlation
  12.  
  13. If the algorithm is 窶廰ocal only窶, all input from other nodes are ignored. Thus, this option is typically used for nodes with no input.
  14.  
  15. The 窶廨lobal only窶 algorithm, on the other hand, ignores the local values of the node. With this algorithm, there is no point in specifying anything in the 窶廛istribution窶 view since this is irrelevant to the calculations.
  16.  
  17. The 窶彜ingle窶 algorithm is used if you want to combine both local and global values using a single operator like e.g., a sum.
  18.  
  19. The 窶廛ouble窶 algorithm is used if you want to combine both local and global values using two different operators. In this case all global input is combined using the first operator, referred to as 窶廾perator 1窶. Then the result of this operation is combined with the local value using the second operator, i.e., 窶廾perator 2窶.
  20.  
  21. Finally the 窶廚orrelation窶 algorithm is used represent statistical dependence rather than a purely functional dependence.
  22.  
  23. The presence and appearance of the other items in the 窶廾perators窶 view depends on the chosen algorithm. In particular, the operator popup menus are available only when they are relevant to the chosen algorithm.
  24.  
  25. The 窶廾perator 1窶 popup menu is available when the algorithm is 窶廨lobal only窶, 窶彜ingle窶, or 窶廛ouble窶 and contains the following options:
  26.  
  27.     窶「 Sum
  28.     窶「 Product
  29.     窶「 Maximum
  30.     窶「 Minimum
  31.  
  32. All these operators act on sets of variables and are symmetric in all arguments.
  33.  
  34. The 窶廾perator 2窶 popup menu is available only when the algorithm is 窶廛ouble窶 and contains the following options:
  35.  
  36.     窶「 Sum
  37.     窶「 Product
  38.     窶「 Maximum
  39.     窶「 Minimum
  40.     窶「 Minus
  41.     窶「 Divide
  42.     窶「 Greater than
  43.     窶「 Not less than
  44.     窶「 Less than
  45.     窶「 Not grt. than
  46.     窶「 Equal to
  47.     窶「 Not equal to
  48.  
  49. All these act on pairs of variables, with the result of the first operator as the first argument, and the local value as the second argument.
  50.